runtime.spanSPMC.tail (field)
6 uses
runtime (current package)
mgcmark_greenteagc.go#L516: t := r.tail.Load()
mgcmark_greenteagc.go#L522: r.tail.Store(t + n) // Makes the items avail for consumption.
mgcmark_greenteagc.go#L595: t := r.tail.Load() // load-acquire, synchronize with the producer
mgcmark_greenteagc.go#L699: tail atomic.Uint32
mgcmark_greenteagc.go#L734: t := r.tail.Load()
mgcmark_greenteagc.go#L745: r.tail.Store(0)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |